home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.teleport.com!usenet
- From: maclucas@teleport.com (Malcolm B. MacLucas)
- Newsgroups: comp.lang.c++
- Subject: HELP: turbo c++ 3.1: owl.h not finding WIN30 or WIN31 defined <?>
- Date: Sat, 10 Feb 1996 06:07:59 GMT
- Organization: Teleport - Portland's Public Access (503) 220-1016
- Message-ID: <311c23e3.3343449@news.teleport.com>
- NNTP-Posting-Host: ip-vanc2-12.teleport.com
- X-Newsreader: Forte Agent .99c/16.141
-
- Ok, here's the the situation
-
- I got this for christmas a couple of years ago, and put it away. I couldn't
- remember why. Now I'm trying to use the product again and now I know why I put
- it away in the first place. When I try to use the tutorial, turbo 3.1 wants a
-
- #include <owl.h> as the first line
-
- however, when I try to run the program, I get an error from the owl.h in this
- code.
-
- #if !defined(WIN30) && !defined(WIN31)
- #error OWL must be built with WIN30 or WIN31 (or both) defined.
- #endif
-
-
- does any one know what I'm talking about? what do I need to do differently?
- has anyone else run into this problem with borland turbo c++ 3.1?
-
- help
- malcolm
-